home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo Applications CD / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / GQL V3.0 / GQL⁄User / GQL_User.rsrc / STR#_1302.txt < prev    next >
Encoding:
Text File  |  1992-08-10  |  369 b   |  45 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. \g
  8.  
  9. select distinct relid, relstat from relation order by relid;
  10.  
  11. select attname,attfrmt,attfrml from attribute where attrelid = '^0';
  12.  
  13. INGRES ERROR
  14.  
  15. SQL ERROR
  16.  
  17.  
  18.  
  19.  
  20.  
  21. create table ^0 (^1);
  22.  
  23. ^0 ^1^2
  24.  
  25. drop ^0;
  26.  
  27.  
  28.  
  29. select count(*) from ^1;
  30.  
  31. select distinct ^0 from ^1 ;
  32.  
  33. update ^0 set ^1 where ^2;
  34.  
  35. insert into ^0 (^1) values (^2);
  36.  
  37. delete from ^0 where ^2;
  38.  
  39.  
  40.  
  41.  
  42.  
  43.